Einhugur JWT Plugin

DecodingParameters.VerificationKey Property

The key to use for verifying the token's signature.

VerificationKey as String {Read and Write}

Remarks

If you chose HS256 as algorithm, this will be the HMAC secret; for RS512 this will be the PEM-formatted public RSA key string, etc..

See Also

DecodingParameters Class